Welcome![Sign In][Sign Up]
Location:
Search - pipeline c

Search list

[Embeded-SCM Developpipeline

Description: 自己写的c语言版的软件实现cpu的pipeline功能的程序。对于学习体系结构的同仁有好处。-himself wrote the c language version of the software cpu the pipeline functional procedures. Learning Architecture for the benefit of us.
Platform: | Size: 82320 | Author: jimmyzyp | Hits:

[CSharpC与脚本的混合编程

Description: 在linux上写程序、做网管的人,或多或少都会几种脚本。脚本语言灵活的变量类型、强大的正则表达式处理能力,再加上linux系统本身的管道、重定向以及丰富的命令行工具,让你编程起来游刃有余-the write procedure, so the network management, will be more or less several scripts. Flexible scripting language variable types, is a powerful regular expression handling capacity, coupled with the Linux system itself pipeline, redirect and rich command-line tool that allows you to cope up programming
Platform: | Size: 2714 | Author: 夏爱 | Hits:

[Process-ThreadCNamedPipe_src

Description: 命名管道的封装MFC类。含客户端和服务器端- Names the pipeline the seal MFC kind. Contains the customer end and the server end
Platform: | Size: 24576 | Author: 站长 | Hits:

[Linux-Unixliunx_shellprogram

Description: 1. 编写一个C程序作为Linux内核的shell命令行解释程序。Shell程序应该使用与Bource shell相同的方式运行程序。 2. 增加功能以使用户可以使用"&"操作符作为命令的结束符。一个以"&"结尾的命令应该与shell并发执行。 3. 增加功能以使用户可以使用"<"和">"作为文件名前缀来重定向stdin和stdout描述符。同样,允许用户使用管道操作符" "来同时执行两个进程,并把第一个进程的stdout重定向为第二个进程的stdin。-1. Preparation of a C program as a Linux kernel shell command line interpreter. Shell procedures should be used with Bource shell the same way as operational procedures. 2. Increased functionality so that customers can use, "" operator, as ordered by the end tags. A "" the end of the order should be concurrent with the implementation of the shell. 3. Increased functionality so that customers can use "lt;" "Gt;" As a filename prefix to redirect stdin and stdout descriptors. Similarly, allows users to use pipeline operator, "" two parallel processes, and a process to redirect stdout second process stdin.
Platform: | Size: 22528 | Author: 李强 | Hits:

[CSharpC与脚本的混合编程

Description: 在linux上写程序、做网管的人,或多或少都会几种脚本。脚本语言灵活的变量类型、强大的正则表达式处理能力,再加上linux系统本身的管道、重定向以及丰富的命令行工具,让你编程起来游刃有余-the write procedure, so the network management, will be more or less several scripts. Flexible scripting language variable types, is a powerful regular expression handling capacity, coupled with the Linux system itself pipeline, redirect and rich command-line tool that allows you to cope up programming
Platform: | Size: 2048 | Author: 夏爱 | Hits:

[OS programdlx

Description: mips pipeline 模以程序,mfc实现的,功能就不用说了把,大家都知道的-MIPS pipeline to die procedures mfc achieve, and functions not have had to put, we all know the
Platform: | Size: 24576 | Author: 吴动 | Hits:

[Process-Threadpipeline1

Description: 这是一个用c++实现的进程创建和通信的程序-c achieve with the process of creation and communication procedures
Platform: | Size: 11264 | Author: 哈哈 | Hits:

[Software Engineeringwindows_pipe

Description: 这一关于在windows 下设计管道的很好的参考资料,本人就是根据此作了一个完善的模块。-the windows on the design of the pipeline is a good reference, I was made under a sound module.
Platform: | Size: 44032 | Author: 万兵 | Hits:

[Embeded-SCM Developpipeline

Description: 自己写的c语言版的软件实现cpu的pipeline功能的程序。对于学习体系结构的同仁有好处。-himself wrote the c language version of the software cpu the pipeline functional procedures. Learning Architecture for the benefit of us.
Platform: | Size: 81920 | Author: jimmyzyp | Hits:

[Internet-NetworkFoxshell

Description: 这是一个很简单的 shell 程序。是我在winshell中把shell功能的代码提取出来的。里面有较好的管道编程方法-This is a very simple shell. I put in winshell were shell functions from the code. There are better ways pipeline Programming
Platform: | Size: 14336 | Author: 何键 | Hits:

[Software EngineeringGodson1

Description: 龙芯一号的数据手册! 通用32 位微处理器,支持MIPS-III 指令 主频为200~266MHZ 基于操作队列复用的高效7 级标量流水线 高效的64 位浮点流水单元 浮点性能220 MFLOP @250MHz 内置MMU、TLB 实现从程序虚拟地址到CPU物理地址的转换-Godson manual data on the 1st! Definitive 32 microprocessor, support MIPS-III Directive megabyte of 200-266MHZ operation based cohort efficient reuse of seven scalar Pipeline efficient 64-bit floating-point pipeline unit 220 MFLOP floating point performance @ 250MHz embedded MMU. TLB realization procedures virtual address to the CPU physical address translation
Platform: | Size: 313344 | Author: lsj | Hits:

[CSharpDotNetNamedPipes

Description: 介绍C#的管道技术,实现程序之间的通讯。在Microsoft Visual Studio 2005 下编译通过。值得借鉴-Introduced the C# Pipeline technology, communication between procedures. In the next Microsoft Visual Studio 2005 compiler through. Worth learning
Platform: | Size: 248832 | Author: aq | Hits:

[Linux-Unixpipe.c

Description: 这是一个管道实现的简单源程序,实现进程间的通信和管理 -This is a pipeline to achieve a simple source code to achieve inter-process communication and management
Platform: | Size: 4096 | Author: 肖欣 | Hits:

[OS Developmyshell

Description: 用纯C语言编写的一个Linux下的Shell,包含tch和bash的基本功能(包含重定向和后台运行),暂时不支持管道。已经在cygwin和Ubantu 7.10下测试通过。 主要包含: makefile 编译生成myshell可执行文件 myshell.c 主函数(涉及程序入口) utility.c 所有功能函数(将近1000行) myshell.h(包含宏定义、结构体声明、库函数的头文件,及utility.c中的所有函数的声明) readme 用户手册(当用户在myshell里输入help <command> 时,输出<command>的使用说明) -With pure C language under Linux in a Shell, contains tch and bash the basic functions (including redirect and running in the background), the moment does not support the pipeline. Has been under cygwin and test Ubantu 7.10. Mainly includes: makefile compiler generated executable file myshell main function myshell.c (relating to procedures for entrance) utility.c all the features of function (nearly 1000 lines) myshell.h (contains macro definition, the structure declaration, the first document library, and all utility.c statement function) readme user' s manual (when users enter help in myshell <command> , The output <command> The use of explanation)
Platform: | Size: 300032 | Author: Yang | Hits:

[Windows DevelopPipeline

Description: This simulator of DLX architecture designed in C++ along with its documentation. This architecture is originally explained in the book of hennesy & patterson, advanced computer architecture. Here also some program written in assembly language is given for example. assembler is also designed & inculded.-This is simulator of DLX architecture designed in C++ along with its documentation. This architecture is originally explained in the book of hennesy & patterson, advanced computer architecture. Here also some program written in assembly language is given for example. assembler is also designed & inculded.
Platform: | Size: 231424 | Author: Dwijen | Hits:

[SCMos

Description: 1.编写一个文件复制的C语言程序: 分别使用文件的系统调用read(fd, buf, nbytes), write(fd, buf, nbytes)和文件的库函数fread(buf, size, nitems, fp), fwrite(buf, size, nitems, fp),编写一个文件的复制程序。 当上述函数中nbytes, size和nitems都取值为1时(即一次读写一个字节),比较这两种程序的执行效率。当nbytes取1024字节,size取1024字节,且nitems取1时(即一次读写1024字节),再次比较这两种程序的执行效率。 2.分别使用fscanf和fprintf,fgetc和fputc,fgets和fputs(仅限于行结构的文本文件),实现上述的文件复制程序。你还可用其他的方法实现文件的复制功能吗? 3.编写一个父子进程之间用无名管道进行数据传送的C程序。父进程逐一读出一个文件的内容,并通过管道发送给子进程。子进程从管道中读出信息,再将其写入一个新的文件。程序结束后,对原文件和新文件的内容进行比较。 4.在两个用户的独立程序之间,使用有名管道,重新编写一个C程序,实现题3的功能。 -pipeline
Platform: | Size: 35840 | Author: yiyuzhiming | Hits:

[Data structsurban-pipeline

Description: 数据结构练习。C语言解决城市管道铺设问题。某有若干区域,在一些中心区之间存在道路相连,这些道路的长度已知。现在你接到了在城市中铺设管线的任务,假设管线只能够在已有的道路下方埋设,要求管线能够到达城市的所有区域,请你提供一套铺设方案,使管线总长度最短。-Data structure exercises. C language to solve urban pipeline problems. There are a number of areas, in some way connected between the central area, the length of these roads are known. Now that you received in the city, the task of laying the pipeline, the pipeline can only assume that the road has been laid under, requiring pipelines to reach all areas of the city, please provide a paving program, so that the total length of the shortest line.
Platform: | Size: 758784 | Author: 靳舒馨 | Hits:

[CSharpImagePipeline

Description: Image Pipeline Examples Microsoft patterns & practices Parallel Programming Guide using c# =============================================================================== Copyright © Microsoft Corporation. All rights reserved. This code released under the terms of the Microsoft patterns & practices license http://parallelpatterns.codeplex.com/license-Image Pipeline Examples Microsoft patterns & practices Parallel Programming Guide using c# =============================================================================== Copyright © Microsoft Corporation. All rights reserved. This code released under the terms of the Microsoft patterns & practices license http://parallelpatterns.codeplex.com/license
Platform: | Size: 19456 | Author: shiyar david | Hits:

[Data structsPipeline-problem

Description: 使用C++语言实现了分治和递归的算法,有一定的帮助。-C++ language using a divide and conquer and recursive algorithms, have some help.
Platform: | Size: 1024 | Author: rucy | Hits:

[Linux-Unixpipe.c

Description: 在Linux中,管道是一种使用非常频繁的通信机制。从本质上说,管道也是一种文件,但它又和一般的文件有所不同,管道可以克服使用文件进行通信的两个问题。-In Linux, the pipeline is a very frequent use of the communication mechanism. In essence, the pipeline is a file, but it is different, and general files, pipes can be used to overcome two problems communicating documents.
Platform: | Size: 1024 | Author: nescio | Hits:
« 12 3 4 5 »

CodeBus www.codebus.net